func go/build/constraint.orArg

3 uses

	go/build/constraint (current package)
		expr.go#L122: 	return orArg(x.X) + " || " + orArg(x.Y)
		expr.go#L125: func orArg(x Expr) string {